home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm1 / dannylg6.lha / History.txt < prev    next >
Text File  |  1996-04-03  |  3KB  |  64 lines

  1. *** ToDo; ***
  2.  
  3.   Implement "last hit" data to remove obsolete stats.
  4.  
  5.   Implement tracking for other data information. (ie Time of Day, day of
  6. week, etc ...)
  7.  
  8.    Refine status code handling, perhaps making it very configurable.
  9.  
  10. *** Version history ***
  11.  
  12. alpha6; (3 APRIL 1996) AMINET
  13.    Small maintainance release.
  14.    Recompilation with libnix over ixemul. This results in larger, but faster
  15. binaries, and no legal obligation to make source code available.
  16.    Log comments are now output with error codes.
  17.  
  18. alpha5; (31 MARCH 1996) AMINET
  19.    Rebuilt parser to read AWS Beta5 logfile format, which is meant to
  20. conform to HTTP draft specifications. New parser is designed to be easily
  21. changed for future logfile changes, also source should be flexable enough to
  22. easily read different formats without great rewriting of source.
  23.    String handling has been very well thought-out this time, hopefully *no*
  24. problems should be caused by improper string manipulation. :)
  25.    Any record not matching 200 status code is not recorded, instead it is
  26. sent to standard output. This output is meant to be redirected to an error
  27. log file that server operators can peruse at their leisure.
  28.  
  29. alpha4; (25 MARCH 1996)
  30.    Guaranteed stability of t10 as long as you give it at least 8k stack!
  31.    Much credit to Olli, Kenneth, Magnus Holmgren and Yossarian for
  32. assistance bugfixing, particularly Olli for helping me to grok ReadArgs()!
  33.    New feature to top 10 to track different quantities.
  34.  
  35. alpha3; (4 MARCH, 1996)
  36.    Consolidation of t10i and t10e into t10 by using AmigaDOS wildcards. New
  37. t10 is actually based on old t10i. Unexpected benefit is that these apps
  38. seem to no longer crash the system.
  39.  
  40. alpha2; (5 FEBRUARY, 1996)
  41.    Minor fixes to strings to improve stability.
  42.    Addition of t10, t10i and t10e to parse raw output files.
  43.  
  44. alpha1; (30 JANUARY, 1996)
  45.    Thanks to NLS and Phalanx for help with the command-passing and
  46. file-opening information.
  47.    Filename for logfile passed via commandline ...
  48.    Raw statistics output to seperate files ...
  49.    Read-in of said files for reprocessing.
  50.    Tweaking of parser to create output that won't crash the readin sequence.
  51.    There is still output that can crash the read-in sequence because scanf()
  52. is goofier than Hell.
  53.    Read-in routines *finally* robust enough to take bad input.
  54.  
  55. gamma1; (20 JANUARY, 1996)
  56.    Added structures, functions for Url, which operates identical to
  57. Host. Rewrote and optimised search routine, which should now be bug-free.
  58.  
  59. Pre-gamma features;
  60.    Parses logfiles ... creates and outputs sorted list of hosts ... first
  61. node of Host is a "dummy" node that can be used to hold Total ... this
  62. pattern should be implemented for URL ... sorting routine could stand
  63. optimisation, actually making use of prev pointer ...
  64.